.NET Framework Migration to .NET 8

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 20

  • @petherpettersson6152
    @petherpettersson6152 6 месяцев назад +6

    Read this as DB migration, was thinking it was quite a lot of pre-talk. 🤣

  • @connorradeloff5597
    @connorradeloff5597 6 месяцев назад +1

    Just letting you know that there's a very high-pitch ringing sound at around 5.5khz in the audio of this video, if you put the mp3 of this video into an online spectrum analyzer you can see it very clearly as a constant horizontal line. Great video!

    • @CodeOpinion
      @CodeOpinion  6 месяцев назад +2

      Interesting. Thanks for letting me know

  • @gordondaniel
    @gordondaniel 6 месяцев назад

    Great video! It takes a talent to put such issue into a 10 minutes video. Almost like Scotty Kilmer with cars 😂 !!!

    • @CodeOpinion
      @CodeOpinion  5 месяцев назад

      Ha, never got that comparison but I'll take it!

  • @BetrayedEnemy
    @BetrayedEnemy 6 месяцев назад

    That was quick ! Thank you @CodeOpinion

  • @muhammadtariq8323
    @muhammadtariq8323 6 месяцев назад

    Also your input about what are the best way to serve static (pre-compressed) files in .net rather then on the fly every time. Further, the convert razor pages / MVC to static pages as data changes not frequently on some pages.

  • @PankajNikam
    @PankajNikam 6 месяцев назад

    Thank you for this video 💖

  • @seangwright
    @seangwright 6 месяцев назад +1

    Ah... OWIN and Katana. I don't miss those awkward years of .NET, but learning that technology made adopting aspnet core pretty easy.

  • @andreybiryulin7207
    @andreybiryulin7207 6 месяцев назад +2

    Migrating AspNet WebApi2 controller to AspNetCore controllers is quite painful.
    Authorization migration was quite painful too.
    And also EF6 to EF Core requires a lot of runtime testing because EFCore8 still doesn't support some kinds of queries EF6 supports.

  • @matiascasag
    @matiascasag 6 месяцев назад +3

    .NET Standard 2.0 works with .NET FW and .NET Core not the 2.1 version of Net Standard

    • @CodeOpinion
      @CodeOpinion  6 месяцев назад +2

      Correct. .NET Core 2.1

  • @rajnishthakur6930
    @rajnishthakur6930 6 месяцев назад +1

    Hi @CodeOpenion currently, I am working with the same kind of project but facing a problem with OWIN layer migration as it's resulting in 404 error.
    Can you please guide what can be a possible reason?
    When I debugged found that http response object that contains response property get changed from (200 to 404) after passing invoke method of OWIN middleware.

  • @drleandrocorrea
    @drleandrocorrea 6 месяцев назад

    .NET upgrade assistant does an amazing job on updating those scary old .NET Framework .csproj files

    • @joseville
      @joseville 6 месяцев назад

      Does it convert them to SDK projects?

    • @drleandrocorrea
      @drleandrocorrea 6 месяцев назад +1

      @@joseville yes

    • @CodeOpinion
      @CodeOpinion  5 месяцев назад

      I'm incredibly glad they simplified to the new SDK style.